object FrmSplash: TFrmSplash Left = 413 Top = 345 BorderIcons = [] BorderStyle = bsNone Caption = 'FrmSplash' ClientHeight = 259 ClientWidth = 500 Color = clWindow Ctl3D = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 500 Height = 259 Align = alClient Picture.Data = {} end object lblVersion: TLabel Left = 8 Top = 216 Width = 56 Height = 13 Caption = 'lblVersion' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblStep: TLabel Left = 8 Top = 240 Width = 32 Height = 13 Caption = 'lblStep' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end end